-
Notifications
You must be signed in to change notification settings - Fork 1
chore(picking): refactor picking component names #759
chore(picking): refactor picking component names #759
Conversation
✅ Deploy Preview for dev-fulfillment ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for dev-oryx-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for dev-composable-storefront ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
1 flaky test on run #10104 ↗︎Details:
|
Test | Artifacts | |
---|---|---|
... > should show a global error if an error occurs while cart editing |
Output
Screenshots
Video
|
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.
Passing run #2399 ↗︎Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
It's not a breaking change as long as this module is not release yet. |
…ore/hrz-89742-refactor-picking-component-names
apps/fulfillment-e2e/src/support/page_fragments/picking-in-progress-modal.fragment.ts
Outdated
Show resolved
Hide resolved
libs/domain/picking/customer-note-modal/customer-note-modal.def.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additional changes, that I would like to ask you to make:
- PickingListMixinInterface implements interface from picking-lists component ( PickingListComponentProperties ), that is ridiculous. Move it, please, to the src/models
- login and picker components have default exports, that looks strange and unreasonable. Drop them, please, and use exported classes directly
06f33fb
to
a8d58f8
Compare
…tps://github.com/spryker/oryx into chore/hrz-89742-refactor-picking-component-names
Picking components are now labelled differently.
eg,
<oryx-customer-note></oryx-customer-note>
is now<oryx-picking-customer-note></oryx-picking-customer-note>
according to our components naming conventions.closes: HRZ-89742